[INFO] cloning repository https://github.com/dries-vl/rustpy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dries-vl/rustpy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdries-vl%2Frustpy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdries-vl%2Frustpy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 398a77fc8cfabac174bd11b98cb68488ac7b0005
[INFO] fixing dries-vl/rustpy against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdries-vl%2Frustpy" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dries-vl/rustpy
[INFO] finished tweaking git repo https://github.com/dries-vl/rustpy
[INFO] tweaked toml for git repo https://github.com/dries-vl/rustpy written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dries-vl/rustpy on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 50 packages to latest compatible versions
[INFO] [stderr]       Adding libloading v0.8.9 (available: v0.9.0)
[INFO] [stderr]       Adding notify v6.1.1 (available: v8.2.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: rustpy-macros/Cargo.toml: library `rustpy_macros` should only specify `proc-macro = true` instead of setting `crate-type`
[INFO] [stderr] warning: `rustpy-macros` (manifest) generated 1 warning
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tiny_http v0.12.0
[INFO] [stderr]   Downloaded python3-sys v0.7.2
[INFO] [stderr]   Downloaded cpython v0.7.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 83a17b768f07f8c97f65942f21e24a4086f19f33675dbe7b1e16f8eb2e372626
[INFO] running `Command { std: "docker" "start" "83a17b768f07f8c97f65942f21e24a4086f19f33675dbe7b1e16f8eb2e372626", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "83a17b768f07f8c97f65942f21e24a4086f19f33675dbe7b1e16f8eb2e372626" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "83a17b768f07f8c97f65942f21e24a4086f19f33675dbe7b1e16f8eb2e372626", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "83a17b768f07f8c97f65942f21e24a4086f19f33675dbe7b1e16f8eb2e372626" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr] warning: rustpy-macros/Cargo.toml: library `rustpy_macros` should only specify `proc-macro = true` instead of setting `crate-type`
[INFO] [stderr] warning: `rustpy-macros` (manifest) generated 1 warning
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking libc v0.2.186
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling cpython v0.7.2
[INFO] [stderr]    Compiling python3-sys v0.7.2
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking quote v1.0.46
[INFO] [stderr]     Checking num-traits v0.2.19
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking chunked_transfer v1.5.0
[INFO] [stderr]     Checking ascii v1.1.0
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking rustpy-dylib v0.1.0 (/opt/rustwide/workdir/rustpy-dylib)
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking tiny_http v0.12.0
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking rustpy-macros v0.1.0 (/opt/rustwide/workdir/rustpy-macros)
[INFO] [stderr]     Checking rustpy v0.1.0 (/opt/rustwide/workdir/rustpy)
[INFO] [stdout] warning: unused import: `std::ops::Deref`
[INFO] [stdout]  --> rustpy/src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::ops::Deref;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> rustpy/src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(lazy_cell)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Deref`
[INFO] [stdout]  --> rustpy/src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::ops::Deref;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `lazy_cell` has been stable since 1.80.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> rustpy/src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(lazy_cell)]
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_last_modified_time` is never used
[INFO] [stdout]   --> rustpy/src/main.rs:73:4
[INFO] [stdout]    |
[INFO] [stdout] 73 | fn get_last_modified_time(file_path: &str) -> SystemTime {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `menu` is never read
[INFO] [stdout]   --> rustpy/src/button.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Button {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 12 |     pub id: String,
[INFO] [stdout] 13 |     menu: MenuResult,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Button` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `PRESSED` and `RELEASED` are never constructed
[INFO] [stdout]  --> rustpy/src/button/button_result.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum ButtonResult {
[INFO] [stdout]   |          ------------ variants in this enum
[INFO] [stdout] 4 |     PRESSED,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 5 |     BROKEN,
[INFO] [stdout] 6 |     RELEASED
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ButtonResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Menu` is never constructed
[INFO] [stdout]  --> rustpy/src/menu.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Menu {
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> rustpy/src/menu/menu_result.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 |     GOOD(ButtonResult)
[INFO] [stdout]   |     ---- ^^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `MenuResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 6 -     GOOD(ButtonResult)
[INFO] [stdout] 6 +     GOOD(())
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `BAD` is never constructed
[INFO] [stdout]  --> rustpy/src/menu/menu_result.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum MenuResult {
[INFO] [stdout]   |          ---------- variant in this enum
[INFO] [stdout] 5 |     BAD,
[INFO] [stdout]   |     ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `MenuResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> rustpy/src/my_dy_lib.rs:20:23
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let library_ref = LIBRARY.as_ref().expect("Library is empty");
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> rustpy/src/my_dy_lib.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 |     unsafe { YOUR_FUNCTION.as_ref().expect("Function is empty")(value) }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_last_modified_time` is never used
[INFO] [stdout]   --> rustpy/src/main.rs:73:4
[INFO] [stdout]    |
[INFO] [stdout] 73 | fn get_last_modified_time(file_path: &str) -> SystemTime {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `menu` is never read
[INFO] [stdout]   --> rustpy/src/button.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Button {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] 12 |     pub id: String,
[INFO] [stdout] 13 |     menu: MenuResult,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Button` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `PRESSED` and `RELEASED` are never constructed
[INFO] [stdout]  --> rustpy/src/button/button_result.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum ButtonResult {
[INFO] [stdout]   |          ------------ variants in this enum
[INFO] [stdout] 4 |     PRESSED,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 5 |     BROKEN,
[INFO] [stdout] 6 |     RELEASED
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ButtonResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Menu` is never constructed
[INFO] [stdout]  --> rustpy/src/menu.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct Menu {
[INFO] [stdout]   |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> rustpy/src/menu/menu_result.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 |     GOOD(ButtonResult)
[INFO] [stdout]   |     ---- ^^^^^^^^^^^^
[INFO] [stdout]   |     |
[INFO] [stdout]   |     field in this variant
[INFO] [stdout]   |
[INFO] [stdout]   = note: `MenuResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]   |
[INFO] [stdout] 6 -     GOOD(ButtonResult)
[INFO] [stdout] 6 +     GOOD(())
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `BAD` is never constructed
[INFO] [stdout]  --> rustpy/src/menu/menu_result.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub enum MenuResult {
[INFO] [stdout]   |          ---------- variant in this enum
[INFO] [stdout] 5 |     BAD,
[INFO] [stdout]   |     ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `MenuResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> rustpy/src/my_dy_lib.rs:20:23
[INFO] [stdout]    |
[INFO] [stdout] 20 |     let library_ref = LIBRARY.as_ref().expect("Library is empty");
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> rustpy/src/my_dy_lib.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 |     unsafe { YOUR_FUNCTION.as_ref().expect("Function is empty")(value) }
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.43s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "83a17b768f07f8c97f65942f21e24a4086f19f33675dbe7b1e16f8eb2e372626", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "83a17b768f07f8c97f65942f21e24a4086f19f33675dbe7b1e16f8eb2e372626", kill_on_drop: false }`
[INFO] [stdout] 83a17b768f07f8c97f65942f21e24a4086f19f33675dbe7b1e16f8eb2e372626
